Fix #561, remove all deprecated code #562
Merged
+0
−2,823
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the contribution
In the next major OSAL release, this code will be no longer supported at all. It should be removed early in the cycle
to avoid needing to maintain this compatibility code.
Fixes #561
Testing performed
Build on native, RTEMS, and VxWorks and Confirm no issues/errors.
Run all unit tests.
Sanity check CFE core.
Expected behavior changes
All old compatibility code is removed.
System(s) tested on
Ubuntu 20.04
RTEMS 4.11.3
Additional context
This code was already conditional on the
OSAL_OMIT_DEPRECATED
flag and as such the CCB has already tested/verified running the code in this configuration as part of CI scripts.After this change, the build should be equivalent to the result of building with
OMIT_DEPRECATED=true
.Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.